|
Configure DHCP Client : CentOS
2014/07/11 |
|
Configure DHCP Client. DHCP Client uses 68/UDP.
|
|
| [1] | For CentOS Clients, Configure like follows. (Replace the section 'ifcfg-***' to your own interface name) |
|
[root@client ~]# nmcli c modify ens3 ipv4.method auto [root@client ~]# nmcli c down ens3; nmcli c up ens3
|
|
Configure DHCP Client : Windows
|
|
It's the example for configuring on Windows 10 Client.
|
| [2] | Open the network settings and select "internet protocol" and click "property" button. |
|
| [3] | Check boxes like follows, then IP address is re-configured automatically. |
|
| [4] | See the network status. Automatical configuration is done. |
|